home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_926 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  173 b   |  10 lines

  1. on(release){
  2.    set("/Variables:TransMail","");
  3.    set("/Variables:ObjetSelect",0);
  4.    tellTarget("MailMovie")
  5.    {
  6.       gotoAndStop(1);
  7.    }
  8.    gotoAndStop(2);
  9. }
  10.